home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / vayaircx / methodd3.ht_ / methodd3.ht
Encoding:
Text File  |  1998-08-26  |  1.4 KB  |  12 lines

  1. <html>
  2. <HEAD>
  3. <META HTTP-EQUIV="Keywords" CONTENT=""><BODY BGCOLOR="#FFFFCC"><BODY BACKGROUND="images\bkyellow.gif"></HEAD>
  4. <BASEFONT FACE="MS Sans Serif" COLOR=#000000>
  5. <p><b><FONT FACE="Arial" SIZE=2>Method : DoQuit</FONT></b></p>
  6. <p><FONT FACE="Arial" SIZE=3 COLOR=#800000>DoQuit simply sends a request to destroy your connection on the server side. Quit </FONT><FONT FACE="Arial" SIZE=3 COLOR=#800000>can be called with one parameter, which is a quit message. Often times quit </FONT><FONT FACE="Arial" SIZE=3 COLOR=#800000>messages can be useful, such as 'be back on at 5', or pointless, such as a saying. </FONT><FONT FACE="Arial" SIZE=3 COLOR=#800000>The Quit message is optional. Calling this method sends this to the server:</FONT></p>
  7. <p></p>
  8. <p><FONT FACE="Arial" SIZE=3 COLOR=#800000>"QUIT </FONT><i><FONT FACE="Arial" SIZE=3 COLOR=#800000>Message</FONT></i><FONT FACE="Arial" SIZE=3 COLOR=#800000>"</FONT></p>
  9. <p></p>
  10. <p><FONT FACE="Arial" SIZE=3 COLOR=#800000>Keep in mind that calling this method is only one way of quiting your IRC </FONT><FONT FACE="Arial" SIZE=3 COLOR=#800000>session. Calling the Disconnect() method is another way, and Unloading the </FONT><FONT FACE="Arial" SIZE=3 COLOR=#800000>control (or the form containing the control) will also disconnect you from the server </FONT><FONT FACE="Arial" SIZE=3 COLOR=#800000>(by destroying the connection on the client side).</FONT><FONT FACE="Arial" SIZE=1> </FONT></p>
  11.  
  12. </html>